From: Karl Heuer Date: Thu, 28 Apr 1994 08:09:01 +0000 (+0000) Subject: (lisp-mode-variables): Undo previous change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~91892 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=c36e9c060822c6b623b0989b384615d758b62462;p=emacs.git (lisp-mode-variables): Undo previous change. --- diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el index 566a1053555..a488b954422 100644 --- a/lisp/emacs-lisp/lisp-mode.el +++ b/lisp/emacs-lisp/lisp-mode.el @@ -100,7 +100,7 @@ (make-local-variable 'comment-start) (setq comment-start ";") (make-local-variable 'comment-start-skip) - (setq comment-start-skip "\\(^;\\|[^\\];\\) *") + (setq comment-start-skip ";+ *") (make-local-variable 'comment-column) (setq comment-column 40) (make-local-variable 'comment-indent-function)